Xbasic

WAITDIALOG.SET_MESSAGE Function

Syntax

Set_Message as C(Message as C)

Arguments

Message

The text to display above the progress bar

Description

The .SET_MESSAGE() method sets the message above the progress bar. The message is only visible if Message_Rows (in <WAITDIALOG>.CREATE()) is greater than 0.

See {WAITDIALOG} for an example.

Limitations

Desktop applications only.

See Also